-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[a11y] Fix: Use spans instead of headings on dataviews table view page title #56956
[a11y] Fix: Use spans instead of headings on dataviews table view page title #56956
Conversation
Size Change: +24 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
Flaky tests detected in 93b6bd2. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7213719194
|
950af13
to
93b6bd2
Compare
Hi @oandregal, thank you for the review, the visual issue was fixed. |
Fixes an issue referred by @afercia where the dataviews table view uses a h3 heading in the titles cells.
This PR fixes the issue for the pages view
/wp-admin/site-editor.php?path=%2Fpages
.Testing
Verify the pages UI looks the same as in the trunk.
Verify the page's title is now a span and not a heading.